ArcPad Map File Schema
NORTHARROW Element
See Also  Send comments on this topic.
ArcPad Map File Schema > ArcPad Element > MAP Element : NORTHARROW Element

Glossary Item Box

Description

Used to define display properties for the north arrow in an ArcPad map file (*.apm).

Diagram

NORTHARROW Element

Overview

NORTHARROW
Used to define display properties for the north arrow in an ArcPad map file (*.apm).
visible optional
Flag that determines if the north arrow is initially visible (true) or not (false).

Attributes

NameTypeUseDefaultFixedDescription
visible optionalfalse Flag that determines if the north arrow is initially visible (true) or not (false).

Source

<xs:element name="NORTHARROW" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define display properties for the north arrow in an ArcPad map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="visible" default="false">
      <xs:annotation>
        <xs:documentation>Flag that determines if the north arrow is initially visible (true) or not (false).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.